home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / rcs5ap1b.lzh / IDENT.1LP < prev    next >
Text File  |  1991-01-30  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. IDENT(1)               Programmer's Manual               IDENT(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      ident - identify files
  10.  
  11. SYNOPSIS
  12.      ident [ -q ] [ _✓f_✓i_✓l_✓e ... ]
  13.  
  14. DESCRIPTION
  15.      ident searches for all occurrences of the pattern $_✓k_✓e_✓y_✓-
  16.      _✓w_✓o_✓r_✓d:...$ in the named files or, if no file name appears,
  17.      the standard input.
  18.  
  19.      These patterns are normally inserted automatically by the
  20.      RCS command co(1), but can also be inserted manually.  The
  21.      option -q suppresses the warning given if there are no pat-
  22.      terns in a file.
  23.  
  24.      ident works on text files as well as object files and dumps.
  25.      For example, if the C program in f.c contains
  26.  
  27.           char rcsid[] = "$Id: f.c,v 5.0 1990/08/22 09:09:36
  28.           eggert Exp $";
  29.  
  30.      and f.c is compiled into f.o, then the command
  31.  
  32.           ident  f.c  f.o
  33.  
  34.      will output
  35.  
  36.           f.c:
  37.               $Id: f.c,v 5.0 1990/08/22 09:09:36 eggert Exp $
  38.           f.o:
  39.               $Id: f.c,v 5.0 1990/08/22 09:09:36 eggert Exp $
  40.  
  41. IDENTIFICATION
  42.      Author: Walter F. Tichy.
  43.      Revision Number: 5.0; Release Date: 1990/08/22.
  44.      Copyright c 1982, 1988, 1989 by Walter F. Tichy.
  45.      Copyright c 1990 by Paul Eggert.
  46.  
  47. SEE ALSO
  48.      ci(1), co(1), rcs(1), rcsdiff(1), rcsintro(1), rcsmerge(1),
  49.      rlog(1), rcsfile(5)
  50.      Walter F. Tichy, RCS--A System for Version Control,
  51.      _✓S_✓o_✓f_✓t_✓w_✓a_✓r_✓e--_✓P_✓r_✓a_✓c_✓t_✓i_✓c_✓e & _✓E_✓x_✓p_✓e_✓r_✓i_✓e_✓n_✓c_✓e 15, 7 (July 1985), 637-654.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 1/29/91            1990/08/22                           1
  64.  
  65.  
  66.  
  67.